home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl720 / vxbase1j.lzh / READEZY.TXT < prev    next >
Text File  |  1993-05-10  |  1KB  |  29 lines

  1. This version of the sample app is for Visual Basic 2.0 ONLY!
  2. ------------------------------------------------------------
  3. vxbezy.zip is a sample vxBase application that manages one database
  4. file. A second database file is accessed in a browse window as a
  5. help pick list.
  6.  
  7. To install, make a sub directory under your \vb directory named
  8. \vb\vxbtest. Copy all of the unzipped files there.
  9.  
  10. To run the sample, run vxLoad.exe and then Visual Basic. Load the
  11. project vxbtut.mak from the \vb\vxbtest directory.
  12.  
  13. vxbtut.bas is the global module. It contains the vxbase declarations
  14. required to access the vxBase functions in vxbae.dll.
  15.  
  16. vxbtut0.frm is the controlling form that is loaded first
  17. and that contains a status bar and the main menu.
  18.  
  19. vxbtut1.frm is the browse box form. It also contains a dynamic memo link.
  20.  
  21. vxbtut2.frm is the record editing form.
  22.  
  23. The state*.* files are required to implement the help pick list
  24. from vxbtut2.
  25.  
  26. The vxcard files contain some sample data. All the vxcard files may be deleted
  27. and the program will recreate them when it is started up if they are not
  28. there.
  29.